sdJwt

inline fun sdJwt(minimumDigests: Int? = null, builderAction: DisclosableObjectSpecBuilder.() -> Unit): DisclosableObject(source)

Factory method for creating a DisclosableObject using the DisclosableObjectSpecBuilder

Return

the DisclosableObject

Parameters

minimumDigests

This is an optional hint; that expresses the minimum number of digests at the immediate level of this DisclosableObject, that the SdJwtFactory will try to satisfy. SdJwtFactory will add decoy digests if the number of actual DisclosureDigest is less than the hint

builderAction

some usage/action of the DisclosableObjectSpecBuilder